home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness: Critical Thinking Skills / Workplace Effectiveness: Critical Thinking Skills.iso / pc / Files / Think3D.dxr / 00001_Startup.ls next >
Encoding:
Text File  |  1998-09-16  |  420 b   |  19 lines

  1. global gMasterData
  2.  
  3. on prepareMovie
  4.   setUserArea(gMasterData, #think3D)
  5.   setFingerCursor(#on, [40, 41, 42, 43, 44])
  6.   cursor(0)
  7.   set the keyDownScript to "quitCatcher"
  8. end
  9.  
  10. on initFields
  11.   set vEmptyList to []
  12.   repeat with x in vEmptyList
  13.     set the text of member x to " "
  14.     set the textFont of member x to "Palatino"
  15.     set the textSize of member x to 14
  16.     set the text of member x to EMPTY
  17.   end repeat
  18. end
  19.